home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 5.D.dxr / Internal_62_archi uitzondering blend.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  187 b   |  16 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   sprite(12).blend = 100
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   sprite(12).blend = 40
  9. end
  10.  
  11. on mouseDown
  12.   cursor(-1)
  13.   go(12)
  14.   sprite(31).visibility = 0
  15. end
  16.